home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / nshellmegasource1.50 / mega src / commands / grep.π.rsrc / grep.π.rsrc.rsrc / TEXT_16000_man general.txt next >
Encoding:
Text File  |  1994-11-30  |  393 b   |  22 lines

  1.  
  2. NAME
  3.  
  4. grep - type matching lines to standard output
  5.  
  6. SYNOPSIS
  7.  
  8. grep [-e] 'pattern' [file...]
  9.  
  10. DESCRIPTION
  11.  
  12. The grep utility shall search the input files, selecting lines matching patterns.  An input line shall be selected if the pattern, treated as a Regular Expression, matches any part of that line.
  13.  
  14. RETURN CODES
  15.  
  16. <0    Error
  17. 0    Pattern found at least once
  18. 1    Pattern not found
  19.  
  20. SEE ALSO
  21.  
  22. match